home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / DefineButton2_709 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  217 b   |  11 lines

  1. on(release){
  2.    if(_root.gold > 1999 && _root.lvl > 14)
  3.    {
  4.       _root.cat.duped = true;
  5.    }
  6.    if(_root.gold < 2000 or _root.population == _root.poptot or _root.lvl < 15)
  7.    {
  8.       uncat.play();
  9.    }
  10. }
  11.